Alar2 modifications#3153
Conversation
| #cloud-config | ||
| # cloud-init script to setup the build environment for alar2 |
There was a problem hiding this comment.
| #cloud-config | |
| # cloud-init script to setup the build environment for alar2 | |
| # cloud-config | |
| # cloud-init script to setup the build environment for alar2 |
There was a problem hiding this comment.
The first line in the script for cloud-init has a special meaning. In this case we say that we want to use a cloud-config data script. #could-config is not a comment instead it had to be treated as a statement. Like a macro in C.
The suggested code change does break the code therefore.
|
@malachma What is Alar2 |
|
Please fix the following errors |
|
We have 3 build errors which are reported to have failed. The log messages don't allow me to understand where exactly the issue is raised and why. Could this please be further investigated. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
I can't see logs. It's gone. I reran them. |
|
Thanks for running the build-test again. |
* Set version to 0.3.6 This update is necessary for PR #3153 * Added az-vm-repair to the file to trigger the CI job. * changed "vm repair" to "vm-repair" * Added HISTORY.rst * Added missing command "vm-repair" and updated its URL * HISTORY.rst is used by setup.py now. Added package-data "linux-build_setup-cloud-init.txt" * merged manually missing object for arcdata * Update service_name.json fixed the linter complain about a missing newline * Add missing newline at end of file. Complained by linter * Add missing Command "vm"
This PR is required for PR "Azure/repair-script-library#13" as the current vm-repair extension needs to be modified to add the build tools at deployment time with the help of a cloud-init script.